GetByIndex Method (C1KeyedList<TKey,TItem>)
In This Topic
Gets the page item by specified index.
Syntax
'Declaration
Public Function GetByIndex( _
ByVal As Integer _
) As
Parameters
- index
- The specified index of page.
Return Value
The document page.
See Also